home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 2004 Junue - Disc 1
/
MacFormat 143 CD1.iso
/
Revolution 2.0.1 demo
/
Revolution 2.0.1.sit
/
Revolution 2.0.1
/
Sample Stacks
/
sample xml
/
circles3.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-05-21
|
1KB
|
24 lines
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg" >
<head>
<style>
circle:hover {fill-opacity:0.8;}
</style>
</head>
<body>
<svg:svg>
<svg:g style="fill-opacity:0.3;">
<!-- svg:switch -->
<svg:foreignObject x="0" y="0" width="1000" height="1000"
requiredExtensions="http://www.mozilla.org/SVGExtensions/EmbeddedXHTML">
<img src="croc1.jpg" />
</svg:foreignObject>
<!-- /svg:switch -->
<svg:circle cx="6cm" cy="2cm" r="100" style="fill:red; stroke:none; stroke-width:0.01cm" transform="translate(0,50)" />
<svg:circle cx="6cm" cy="2cm" r="100" style="fill:blue; stroke:none; stroke-width:0.01cm" transform="translate(70,150)" />
<svg:circle cx="6cm" cy="2cm" r="100" style="fill:green; stroke:none; stroke-width:0.01cm" transform="translate(-70,150)"/>
</svg:g>
</svg:svg>
</body>
</html>